From: Jo-Philipp Wich Date: Fri, 28 Nov 2008 18:31:58 +0000 (+0000) Subject: packages/utils/pv: make pv depend on libncurses X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=2b50e7614a65fdc6146a2a09a36f057cbc0fcda0;p=openwrt%2Fsvn-archive%2Fpackages.git packages/utils/pv: make pv depend on libncurses SVN-Revision: 13415 --- diff --git a/utils/pv/Makefile b/utils/pv/Makefile index a1094b6c0..68fd13f98 100644 --- a/utils/pv/Makefile +++ b/utils/pv/Makefile @@ -22,6 +22,7 @@ define Package/pv CATEGORY:=Utilities TITLE:=Shell pipeline element to meter data passing through URL:=http://www.ivarch.com/programs/pv.shtml + DEPENDS:=+libncurses endef define Package/pv/description